From 4017cbee1562ae93a3c5db6f92863f896072fe30 Mon Sep 17 00:00:00 2001 From: "kaf24@scramble.cl.cam.ac.uk" Date: Thu, 8 May 2003 09:26:30 +0000 Subject: [PATCH] bitkeeper revision 1.218 (3eba22c6AwraqMClDwJcXYEkDHvUvQ) Makefile: Fixed 'make all' so that a failing bk -r co will not cause fail of entire make process. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 261c8190f8..181362bd5c 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ # the initial system setup. all: - bk -r co + bk -r co ; true $(MAKE) -C xen $(MAKE) -C tools/balloon $(MAKE) -C tools/domain_builder -- 2.30.2